home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / CHIP_CD_2004-08.iso / bonus / softreview / files / rainmeter-0.10.exe / SysMeter-No Alpha.ini < prev    next >
INI File  |  2003-02-09  |  2KB  |  147 lines

  1. ;
  2. ; Rainmeter configuration file
  3. ;
  4.  
  5. [Rainmeter]
  6. Background=Sphere-noalpha.png
  7. BackgroundMode=0
  8. NativeTransparency=0
  9.  
  10. ;
  11. ; Define all measures first. The measures are used to measure things.
  12. ; Normally you create just one measure per thing that is measured even
  13. ; if you use different meters to shoe the results.
  14. ;
  15.  
  16. [MeasureCPU]
  17. Measure=CPU
  18.  
  19. [MeasureNetIn]
  20. Measure=NetIn
  21.  
  22. [MeasureNetOut]
  23. Measure=NetOut
  24.  
  25. [MeasureUptime]
  26. Measure=Uptime
  27.  
  28. ;
  29. ; We'll also have these cumulative measures even though they are not drawn.
  30. ; This way the stats are gathered even if this skin is used (and they will 
  31. ; show in the About dialog).
  32. ;
  33. [MeasureNetInAll]
  34. Measure=NetIn
  35. Cumulative=1
  36.  
  37. [MeasureNetOutAll]
  38. Measure=NetOut
  39. Cumulative=1
  40.  
  41. ;
  42. ; Define all meters. The meters are the visual representations of the
  43. ; measured values. You can bind several meters to a one measure.
  44. ;
  45.  
  46. [MeterCPU]
  47. Meter=LINE
  48. MeasureName=MeasureCPU
  49. X=25
  50. Y=33
  51. W=56
  52. H=40
  53. LineCount=1
  54. LineColor=255,255,255,128
  55. AntiAlias=1
  56.  
  57. [MeterNetInBar]
  58. MeasureName=MeasureNetIn
  59. Meter=BITMAP
  60. X=9
  61. Y=16
  62. BitmapImage=LeftBar.png
  63. BitmapFrames=9
  64.  
  65. [MeterNetOutBar]
  66. MeasureName=MeasureNetOut
  67. Meter=BITMAP
  68. X=69
  69. Y=16
  70. BitmapImage=RightBar.png
  71. BitmapFrames=9
  72.  
  73. [MeterNetInText]
  74. MeasureName=MeasureNetIn
  75. Meter=STRING
  76. X=52
  77. Y=12
  78. FontColor=255, 255, 255
  79. StringStyle=NORMAL
  80. FontSize=6
  81. StringAlign=CENTER
  82. FontFace=Arial
  83. PreFix="In:"
  84. AutoScale=1
  85. AntiAlias=1
  86.  
  87. [MeterNetOutText]
  88. MeasureName=MeasureNetOut
  89. Meter=STRING
  90. X=52
  91. Y=20
  92. FontColor=255, 255, 255
  93. StringStyle=NORMAL
  94. FontSize=6
  95. StringAlign=CENTER
  96. FontFace=Arial
  97. PreFix="Out:"
  98. AutoScale=1
  99. AntiAlias=1
  100.  
  101.  
  102. [MeterUptime]
  103. MeasureName=MeasureUptime
  104. Meter=STRING
  105. X=52
  106. Y=82
  107. FontColor=255, 255, 255
  108. StringStyle=NORMAL
  109. FontSize=6
  110. StringAlign=CENTER
  111. FontFace=Arial
  112. AntiAlias=1
  113.  
  114. [MeterNetCPU.txt]
  115. MeasureName=MeasureCPU
  116. Meter=STRING
  117. X=52
  118. Y=82
  119. FontColor=255, 255, 255
  120. StringStyle=NORMAL
  121. FontSize=6
  122. StringAlign=CENTER
  123. FontFace=Arial
  124. AntiAlias=1
  125. PreFix="CPU: "
  126. PostFix="%"
  127. Hidden=1
  128.  
  129. ;
  130. ; Create dummy meter, which acts as a button
  131. ;
  132. [MeterButton]
  133. Meter=IMAGE
  134. X=30
  135. Y=80
  136. W=40
  137. H=10
  138. LeftMouseDownAction=!execute [!RainmeterToggleMeter MeterUptime]  [!RainmeterToggleMeter MeterNetCPU.txt] [!RainmeterRedraw]
  139.  
  140. ;
  141. ; The shine is the last 'meter' so that it will be drawn on top of everything
  142. ;
  143. [MeterShine]
  144. Meter=IMAGE
  145. X=0
  146. Y=0
  147. ImageName=Shine.png